home *** CD-ROM | disk | FTP | other *** search
- on hyperlink m, alistcast
- set alist to value(string(the text of cast alistcast))
- set found to 0
- repeat while not (found or (alist = "[:]"))
- set this to getPropAt(alist, 1)
- set that to getPropAt(alist, 2)
- if (this < m) and (m <= that) then
- set found to 1
- dotag(getAt(alist, 1))
- next repeat
- end if
- deleteAt(alist, 1)
- deleteAt(alist, 1)
- end repeat
- end
-
- on dotag tag
- put "executing: " & tag
- do(tag)
- end
-